home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00297_Script_vidalert < prev    next >
Text File  |  1999-05-31  |  1KB  |  31 lines

  1. on mousedown
  2.   --  do not go to frame "video"
  3.   global name, cspname,cspchannel
  4.   
  5.   set the membernum of sprite  cspchannel to the number of member cspname of castlib "eb.cst"
  6.   set name to the name of member(the member of sprite the clickon)
  7.   set rr to "r"& name
  8.   set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"  
  9.   global gloson
  10.   if (gloson=1) or (the visible of window "gloss") then
  11.     global cspname
  12.     set yy to chars(cspname,1,1)
  13.     set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
  14.     endNewMovie
  15.   end if
  16.   if the visible of sprite 106 then
  17.     set the visible of sprite 106 to false
  18.     set the visible of sprite 107 to false
  19.     set the visible of sprite 108 to false
  20.     set zz to the name of member (the memberNum of sprite 117)
  21.     set yy to chars(zz,2,6)
  22.     set the memberNum of sprite 117 to the number of member yy of castlib "eb.cst"
  23.   end if
  24.   updatestage
  25.   alert "Sorry! no video is available for this event"
  26.   set the membernum of sprite the clickon to the number of member name of castlib "eb.cst"
  27.   set xx to "r"&cspname
  28.   set the membernum of sprite  cspchannel to the number of member xx of castlib "eb.cst"
  29.   updateStage
  30.   --  go to frame "video"
  31. end